XML SalesReport Example

Below is an example of an NedFox XML SlsRpt (Sales Report) message.

<?xml version="1.0" encoding="utf-8"?>
<Interchange xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xmlns="urn:xmlns:nedfox-retaillink-com:SalesNotification">
  <Envelope>
    <FromPartyNumber>8716123402554</FromPartyNumber>
    <FromPartyName>Demo Garden Centre</FromPartyName>
    <ToPartyNumber>8712695999980</ToPartyNumber>
    <ToPartyName>Supplier name here</ToPartyName>
    <InterchangeReference>IntRef01326923</InterchangeReference>
    <InterchangeDateTime>2019-07-10T14:29:45</InterchangeDateTime>
  </Envelope>
  <Messages>
    <Message>
      <MessageDateTime>2019-07-10T14:29:45</MessageDateTime>
      <MessageReference>6902</MessageReference>
      <HighPriority>false</HighPriority>
      <Header>
        <StorePartyNumber>8716123402554</StorePartyNumber>
        <SupplierPartyNumber>8712695999980</SupplierPartyNumber>
      </Header>
      <Rows>
        <Row>
          <Barcode>
            <BarcodeValue>8712695171263</BarcodeValue>
          </Barcode>
          <SaleDateTime>2019-07-09T14:42:54</SaleDateTime>
          <SoldSkuQuantity>4.0000</SoldSkuQuantity>
          <FreeStock>309.0000</FreeStock>
        </Row>
        <Row>
          <Barcode>
            <BarcodeValue>8712695125709</BarcodeValue>
          </Barcode>
          <SaleDateTime>2019-07-09T14:34:30</SaleDateTime>
          <SoldSkuQuantity>1.0000</SoldSkuQuantity>
          <FreeStock>13.0000</FreeStock>
        </Row>
      </Rows>
      <Footer />
    </Message>
  </Messages>
</Interchange>